projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d4180
)
(jka-compr-insert-file-contents):
author
Richard M. Stallman
<rms@gnu.org>
Tue, 6 Apr 1999 18:43:26 +0000
(18:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 6 Apr 1999 18:43:26 +0000
(18:43 +0000)
Use raw-text-unix when we want no conversion.
lisp/jka-compr.el
patch
|
blob
|
history
diff --git
a/lisp/jka-compr.el
b/lisp/jka-compr.el
index caa07110818a7b29ffd4a1d97dc09348f5423c88..02530bb441e3e98ac1a69b16abe03f654fe65b95 100644
(file)
--- a/
lisp/jka-compr.el
+++ b/
lisp/jka-compr.el
@@
-522,7
+522,7
@@
There should be no more than seven characters after the final `/'."
;; If multibyte characters are disabled,
;; don't do that conversion.
(and (null enable-multibyte-characters)
- 'raw-text)
+ 'raw-text
-unix
)
(let ((coding (find-operation-coding-system
'insert-file-contents
(jka-compr-byte-compiler-base-file-name file))))